.header{
	max-width: 1200px;
	margin: 0 auto;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.nav ul{
	display: -webkit-flex;
	display: flex;
	
}
.nav li{
	width: 140px;
	text-align: center;
	line-height: 120px;
	font-size: 16px;
	transition: ease-in-out .3s;
	cursor: pointer;
}
.nav li a{
	display:block;
}
.nav li.active{
	background: #1E50AE;
}
.nav li.active a{
	color: #fff;
	display: block;

}
.nav li:hover{
	background: #1E50AE;
}
.nav li:hover a{
	color:#fff;
}
.banner .swiper-button-next{
	width: 71px;
	height: 71px;
	background: url(../images/right.png) no-repeat center top rgba(0,0,0,.3);
	border-radius: 5px;
	overflow: hidden;
	transition: ease-in-out .3s;
}
.banner .swiper-button-next:hover{
	background: url(../images/right.png) no-repeat center top rgba(0,0,0,.5);
}
.banner .swiper-button-next::after{
	content: '';
}

.banner .swiper-button-prev{
	width: 71px;
	height: 71px;
	background: url(../images/left.png) no-repeat center top rgba(0,0,0,.3);
	border-radius: 5px;
	overflow: hidden;
	transition: ease-in-out .3s;
}
.banner .swiper-button-prev:hover{
	background: url(../images/left.png) no-repeat center top rgba(0,0,0,.5);
}
.banner .swiper-button-prev::after{
	content: '';
}

.in_about{
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	padding: 120px 0;
}
.in_about_bg{
	z-index: -1;
	position: absolute;
	top: 50%;
	font-size: 120px;
	color: rgb(247, 247, 247);
	text-align: center;
	width: 100%;
	height: inherit;

}
.in_about_bg span{
	display: block;
	transform: translateY(-50%);
}
.inabout_con{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.inabout_title{
	width: 100%;
	height: 127px;
	background: url(../images/AD0I-uSKBxAEGAAgpevtzQUooI3A4wUwywE4fw.png) no-repeat 30px top;
}
.inabout_title p{
	padding-top: 28px;
	color: rgb(193, 193, 193);
	font-size: 20px;
}
.inabout_title h3{
	color: #000;
	font-size: 34px;
}
.inabout_title_con{
	width: 575px;
	padding: 60px 0 130px;
	line-height: 1.7;
	color: #666;
}
.inabout_title_con p{
color: #666;
	line-height: 1.7;
}
.inabout_title_line{
	width: 62px;
	height: 4px;
	background: #1E50AE;
}
.inabout_conleft{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-basis: min-content;
	flex-basis: min-content;
	align-content: center;
}

.in_pro{
	width: 100%;
	height: 786px;
	background-image: url(../images/AD0I-uSKBxACGAAgw_vtzQUoh5v1mwIwgA84mQY.jpg);
	background-position: center top;
	background-attachment: fixed;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	background-size: 100% 100%;
}
.in_procon{
	max-width: 1200px;
	margin: 0 auto;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	align-content: center;
}
.in_proright{
	width: 780px;
	background: #fff;
	padding: 20px;
}
.in_proright ul{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.in_proright li{
	width: 340px;
	/*height: 220px;*/
	overflow: hidden;
	margin: 20px 15px;
}
.in_proright li figure{

}
.in_proright li figcaption{
		
		background: #555555;
		color: #fff;
	
		
		transition: ease .3s;
		padding: 2% 6%;
		display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	align-content: center;
	cursor: pointer;
	font-size: 14px;
	text-align: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.inabout_onen{
	padding-top: 40px;
}
.inabout_onen li{
	color: #fff;
	line-height: 1.7;
}
.inabout_onen li a{
	color: #fff;
	font-size: 16px;
}
.in_proleft{
	width: 400px;
	padding-top: 30px;
}
.in_proleft .inabout_title{
	height: 127px;
	background: url(../images/AD0I-uSKBxAEGAAgrevtzQUogZzlsgEwxQE4fw.png) no-repeat 30px center;
	
}
.in_proleft .inabout_title p{
color: rgb(193, 193, 193);
}
.in_proleft .inabout_title h3{
color: rgb(255, 255, 255);
}
.in_proleft .inabout_title_line{
	margin-top: 95px;
	background: #fff;
}
.in_proright li a{
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}
.in_proright li a:hover figcaption{
	opacity: 1;
}



.in_adv{
	padding: 130px 0;
	height: 791px;
	width: 100%;
	background: url(../images/AD0I-uSKBxACGAAgq_vtzQUoiJPU1gYwgA84mgY.jpg) no-repeat center top;
}
.in_adv_con{
	margin: 0 auto;
	max-width: 1200px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.in_adv_conleft{
	width: 50%;
}
.in_adv_conright{
	width: 50%;
	padding-top:6%;
	position: relative;
}
.in_adv_conright li{
	display: -webkit-flex;
	display: flex;
	-webkit-align-content: center;
	align-content: center;
	padding-bottom: 70px;
}
.in_adv_conright li figcaption{
	padding-left: 50px;
	font-size: 16px;
	color: #666;
	line-height: 32px;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-webkit-align-content: center;
	align-content: center;
}
.in_adv_conright li figcaption h3{
font-size: 20px;
color: rgb(43, 43, 43);
display: block;
width: 100%;
}
.inadv_con{
	width: 384px;
	color: #666;
	padding: 80px 0 150px;
	line-height: 35px;
	font-size: 18px;
}
.in_adv_conleft .inabout_title_line{
	background: #F3F1F2;
}
.in_abvimg{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	pointer-events: none;
}

.inotherbanner{
	background: url(../images/AD0I-uSKBxACGAAgr_vtzQUo04eUlQEwgA84qgI.jpg) no-repeat center top;
	height: 291px;
	font-size: 28px;
	color: #fff;
	line-height: 240px;
	text-align: center;
}
.inotherbanner b{
	font-size: 10rem;
	transform: translateY(24px);
	display: inline-block;
	padding: 0 30px;
}


.in_proh{
	margin: 0 auto;
	max-width: 1200px;
	background: #fff;
	display: -webkit-flex;
	display: flex;
	padding: 60px 0;
	-webkit-align-content: center;
	align-content: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;

}
.in_prohleft{
	width: 32%;
}
.in_prohleft .inabout_title{
	height: 127px;
	background: url(../images/AD0I-uSKBxAEGAAgpevtzQUooI3A4wUwywE4fw.png) no-repeat 30px center;
	
}
.inproone{
	padding-top: 70px;
}
.in_promiddle{
	width: 32%;
	
}
.in_promiddle_font{
	
	line-height: 2;
	color: #666;
	padding: 0 2%;
	padding-top: 30px;
}
.in_prohright{
	width: 32%;
}
.in_prohright img{
	margin-bottom: 24px;
}



.incontact{
	height: 706px;
	background: url(../images/AD0I-uSKBxACGAAgv_vtzQUoyMbX-wMwgA84mgU.jpg) no-repeat center center;
}
.incon{
	max-width: 1200px;
	margin: 0 auto;
	display: -webkit-flex;
	display: flex;
	padding: 0px 0 125px;
	-webkit-align-content: center;
	align-content: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.incontact_left{
	width: 50%;
}
.incontact_right{
	width: 50%;
}
.incontact_right li{
	width: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-align-content: center;
	align-content: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding-bottom: 30px;
}
.incontact_right li:nth-child(5){
	position: relative;
}
.incontact_right li:nth-child(5) img{
	position: absolute;
	top: 0;
	right: 30px;
	z-index: 2;
}
.incontact_right label{
	width: 100px;
	text-align: right;
	padding-right: 20px;
	font-weight: bold;
	font-size: 16px;
	color: #333;
	line-height: 34px;
}
.incontact_right input{
	flex: 1 0 auto;
	border: 1px solid #dadada;
	border-radius: 2px;
	overflow: hidden;
	height: 34px;
	padding:0 2%;
	line-height: 34px;
}
.incontact_right textarea{
	flex: 1 0 auto;

	border: 1px solid #dadada;
	border-radius: 2px;
	overflow: hidden;
	padding:0 2%;
}
.incontact_right li span{
	padding-top: 10px;
	color: #ff0000;
	width: 30px;
	text-align: center;
	display: inline-block;
}
.incontact_right button{
	width: 275px;
	height: 44px;
	background: #8E8E8E;
	text-align: center;
	color: #fff;
	margin-left: 100px;
	border-radius: 2px;
	cursor: pointer;
}
.incontact_right button:hover{
	background: #385189;
}

.footer{
	padding: 60px 0 45px;
	text-align: center;
	background: #191919;
}
.footer_company{
	font-weight: bold;
	color: #CCCCCC;
	font-size: 32px;
	padding-bottom: 50px;
}
.footer_company span{
	color: rgb(30, 80, 174);
}
.footer_contact{
	color: rgb(126, 126, 126);
	font-size: 14px;
	padding: 0px 0 35px;
	line-height: 1.7;
}
.footer_hotline{
	color: rgb(30, 80, 174);
	font-size: 36px;
	padding-bottom: 60px;
}

#blacktop{
	position: fixed;
	z-index: 99999;
	bottom: 57px;
	right: 50px;
	transition: ease .3;
}
#blacktop:hover{
	opacity: .2;
}


/*pro*/
.pro{
	padding: 25px 0;
}
.pro_title{
	max-width: 1200px;
	margin: 0 auto;
	text-align: center;
	background: url(../images/AD0I-uSKBxAEGAAgvpOCzgUouM-noQEwxQE4eg.png) no-repeat center center;
	height: 122px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-content: center;
	align-content: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.pro_title h4{
	width: 100%;
	color: rgb(193, 193, 193);
	font-size: 20px;
	display: block;
}
.pro_title h3{
	width: 100%;
	color: rgb(0, 0, 0);
	font-size: 30px;
	display: block;
}
.pro_lists{
		display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
}
.pro_category{
	padding-top: 40px;
	width: 240px;
	flex: 1 0 auto;
}
.pro_lists{
	max-width: 1200px;
	margin: 0 auto;
}
.prolist{
	padding-left: 2%;
}
.pro_category ul{
/*	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;*/
}
.pro_category li{
	line-height: 30px;
	font-size: 15px;
	color: #666;
/*	padding: 10px 20px;*/
	position: relative;
	background: #1E50AE;
	border-bottom: 1px solid #ccc;
}
.pro_category li a{
	color: #fff;
	position: relative;
	padding: 10px 20px;
	display: block;
}
.pro_category li a span{
	float: right;
	font-size: 20px;
	font-weight: bold;
}


.pro_category li:last-child:after{
	display: none;
}
.pro_category li.active a{
	color:#1E50AE ;
}
.pro_category li.active a::after{
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
	content: '';
	border-bottom: 2px solid #1E50AE;
	width: 100%;
}

.pro_category li dl{
	display: none;
	padding: 5px 0;
	background: #ddd;
}
.pro_category li dl dd{
	border-bottom: 1px dashed #ccc;
}
.pro_category li dl dd a{
	padding-left:12%;
	color: #666;
	transition: ease-in-out .3s;
}
.pro_category li dl dd a:hover{
	color: #1E50AE;
}
.prolist {
	flex: 1 0 auto;
	width: 920px;
	margin: 0 auto;
	padding-top: 40px;
}
.prolist ul{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.prolist li{
	width: 33.33%;
	padding: 0 15px;
	padding-bottom: 20px;
}
.prolist li figure{
	width: 280px;
	height: 280px;
}
.prolist li figure img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.prolist li figcaption{
	text-align: center;
	font-size: 16px;
	padding: 3% 0;
}
.prohot_title{
	max-width: 1200px;
	margin: 0 auto;
	font-size: 14px;
	color: #000;
	padding-top: 40px;
	text-align: center;
}
.prohot{
	padding-top: 50px;
}
.prod{
	padding: 0 0;
}
.prodetail_con
{
	margin: 0 auto;
	width: 890px;

	background: #fff;
	    padding: 40px 0 0 0;
	    position: relative;
}
.prodec{
	position: absolute;
	width: 100%;
    height: 100%;
     top: 0;
    left: 0;
    z-index: 2;
      background-color: rgba(0,0,0,.5);
      display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-content: center;
	align-content: center;
}
.prodetail{
	width: 100%;
    height: 100%;
   

}
.prod_one{
display: -webkit-flex;
	display: flex;
	
}
.prod_one article{
	flex:1 0 auto;
	width: 480px;
	padding-bottom: 30px;
	}
.prod_one aside{
	/* flex: 1 0 auto; */
	padding-left: 15px;
}
.prode_title{

	width: 100%;
	    font-size: 20px;
    font-family: Microsoft Yahei;
    color: #474747;
    line-height: 28px;
    word-break: break-all;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.prod_one aside p{
	padding: 10px 0;
	line-height: 20px;
	color: #666;
}
.prod_one aside p span{
	color: #1e50ae;
}
.pro_onet ul{
	display: -webkit-flex;
	display: flex;

}
.pro_onet li{
	width: calc(100% / 6);
	padding:0 10px ;
}

.pro_pre a{
	position: absolute;
	top: 50%;
	left: 4%;
	margin-top: -47px;
	display: block;
	width: 94px;
	height: 94px;
	background: url(../images/slide.png) no-repeat center left;
	background-position: 0 -132px;
	overflow: hidden;
}
.pro_next a{
	position: absolute;
	top: 50%;
	right: 4%;
	margin-top: -47px;
	display: block;
	width: 94px;
	height: 94px;
	background: url(../images/slide.png) no-repeat center left;
	background-position: 0 0;
	overflow: hidden;
}
.pro_close{
	display: none;
	position: fixed;
	top: 3%;
	right: 3%;
	width: 16px;
	height: 16px;
	background: url(../images/slide.png) no-repeat center left;
	background-position: 0 -420px;
	cursor: pointer;
	z-index: 99999999;
}

.inabout_conright{
	padding-left: 4%;
}
/*news_list*/
.news{
	padding: 100px 0;
}
.news_list{
	padding-top: 50px;
	max-width: 1200px;
	margin: 0 auto;
}
.news_list li{
	padding: 15px 0;
	border-bottom: 1px dashed #ccc;
}
.news_list li a{

}
.news_list li a figcaption{
	width: 730px;
	float: left;
	padding-left: 15px;
	font-size: 12px;
}
.news_list li a figcaption h3{
	
	font-size: 16px;
}
.news_list li a figcaption p{
	padding-top: 10px;
	color: #666;
	font-size: 12px;
}
.news_list li a figure{
	width: 165px;
	float: left;
}
.news_list li a time{
	float: right;
}

.newsdetail_title{
	padding-bottom: 15px;
	border-bottom: 1px dashed #ccc;
}
.newsdetail_title h3{
	    font-size: 25px;
    color: #333;
    text-align: left;
    font-weight: 400;
    padding-bottom: 30px;
}
.newsdetail_title time{
	   font-size: 13px;
    color: #adadad;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.newsdetail{
	
	max-width: 1200px;
	margin: 0 auto;
	padding: 30px 0;
	
}
.newsdetail_edit{
	padding: 30px 0;
	line-height: 25px;
}


.about_cate ul{
display: -webkit-flex;
	display: flex;
}
.about_cate li{
	margin-right: 65px;
	text-align: center;
	
}
.about_cate li p{
	padding-top: 15px;
}
.about .inabout_title_con{
	padding: 60px 0 60px;
}
.about .inotherbanner{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
-webkit-align-content: center;
	align-content: center;
}
.about .inotherbanner h3{
	margin: 0 auto;
	max-width: 600px;
	font-size: 18px;
	text-align: center;
	line-height: 1.7;
	display: block;
}
.department{
	max-width: 1200px;
	margin: 0 auto;
	padding: 50px 0;
}
.department ul{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.department li{
	padding: 50px 0;
	width: 46%;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;

}
.department li h3{
	font-size: 18px;
	color: #666;
}
.department li h3 b{
	color: #000;
	padding-right: 10px;
}
.department li figure{
	flex: 1 0 187px;
	padding-right: 25px;
}
.department li figcaption{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-content: center;
	align-content: center;
}
.department li figcaption p{
	padding-top: 10px;
	color: #888;
}
.map{
	max-width: 1200px;
	margin: 0 auto;
}

.menu_down{
	display: none;
}
.menu{
	display: none;
}
.inside_banner{
	text-align: center;
}
.products_neirong_title {
	background: #ddd;
	width: 100%;
}
.products_neirong_title span{
	width: 150px;
	height: 45px;
	text-align: center;
	background: #1E50AE;
	color: #fff;
	line-height: 45px;
	display: block;
	font-size: 16px;
}
.products_edit{
	padding: 2%;
	line-height: 1.7;
}

.products_edit table{
	margin: 5px;
}
.products_edit td{
	padding: 5px;
	max-width: 50%;
}

.prod_one article{
	position: relative;
}
.prod_one article .mySwiper2{
	height: 350px;
}

.prod_one article .mySwiper{
	padding-top: 20px;
	height:110px;
}
.prod_one article .mySwiper2 img{
	width: 100%;
	height: inherit;
	object-fit: contain;
}
.prod_one article .mySwiper img{
	width: 100%;
	height: inherit;
	object-fit: cover;
}
.prod_one article .mySwiper{
	width: 88%;
}
.prod_one article .swiper-button-next:after, .prod_one article .swiper-button-prev:after{
			font-size: 18px;
}
.prod_one article .swiper-button-next, .prod_one article .swiper-button-prev{
		color: #fff;
		top: 80%;
		height: 90px;
		background: #000;
}
.prod_one article .swiper-button-next{
	
	right: 0;
}
.prod_one article .swiper-button-prev{
left: 0;
}
.prod_one article  .mySwiper .swiper-slide{
	 opacity: 0.4;
}
.prod_one article .mySwiper .swiper-slide-thumb-active{
	 opacity: 1;
}
.products_edit table td{
	max-width: 445px;
}
.products_edit td p{
	width: inherit;
}

.pro_addpro{
padding-bottom: 3%;
	max-width: 1200px;
	margin: 0 auto;
}
.inpage .incontact{
	padding-top: 80px;
}

